home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / CarribeanPoker.dxr / Internal_21_New Behavior.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  138 b   |  10 lines

  1. global gBet
  2.  
  3. on beginSprite me
  4.   if gBet.pCreditBalance > 3 then
  5.     puppetSound(5, "win")
  6.   else
  7.     puppetSound(5, "lose")
  8.   end if
  9. end
  10.